home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP 1996 oktober (CD08).zip / CHIP_CD08.BIN / scene / antiq.'96 / lamer / lammer.zip / DMP.REV < prev    next >
Text File  |  1994-06-19  |  45KB  |  1,030 lines

  1.                          -----------------------
  2.                          REVISION HISTORY OF DMP
  3.                          -----------------------
  4.  
  5.                  Latest version is always available at:
  6.  
  7.            ┌─────────────────────────────────────────────────┐
  8.            │ R.A. LAW         +358-37-5849007  v32bis/ZyX    │
  9.            │ ftp.wustl.edu    /pub/MSDOS_UPLOADS/modplayers  │
  10.            │ ftp.eng.ufl.edu  /pub/msdos/demos/music/pplayers│
  11.            └─────────────────────────────────────────────────┘
  12.  
  13.            For other support sites take a look at SUPPORT.DMP
  14.  
  15. *** ---------------------------------------------------------------------- ***
  16.  
  17. Version 3.00    Digital effects                         June 19th, 1994
  18.                 GUS bug fixes
  19.  
  20.         + DMP now has reverb/echo and filter effects to give you even
  21.           better quality music. These effects are user definable
  22.           (in DMP.INI) and are available for all sound system except
  23.           GUS. See DMP.DOC for deeper discussion on these effects.
  24.         - Fixed an initialization bug in GUS player. The init code
  25.           couldn't handle situations when both GUS DMA channels
  26.           shared the same channel, or when both IRQs used the same
  27.           interrupt.
  28.         + New help screens for keys and command line parameters.
  29.           "DMP -h" shows only the parameter help, and pressing 'H'
  30.           while in DMP shows only the key help screen.
  31.         + Autogain setting for 16-bit quality mode. This feature changes
  32.           the default volume settings according to the number of channels
  33.           in the module.
  34.         * I'm not accepting new DMP support sites anymore. There are
  35.           already over 100 support sites around the world and that's
  36.           enough :)
  37.  
  38. *** ---------------------------------------------------------------------- ***
  39.  
  40. Version 2.95    GUS changes                             June 14th, 1994
  41.                 More free memory in DOS shell
  42.  
  43.         - Fixed tremolo effect
  44.         - Less UltraClicks
  45.         - New DMA loading method for GUS
  46.         + Optional GUS timer based playing (-gt to disable GUS timer)
  47.         + Checks for GUS memory allocation
  48.         - Less memory fragmentation -> more free memory in DOS shell
  49.         + Solo track mode (press 'S' to solo/unsolo)
  50.         - Fixed panning bug with 16-bit quality mode
  51.  
  52. *** ---------------------------------------------------------------------- ***
  53.  
  54. Version 2.94    Many player bugs fixed                  June 8th, 1994
  55.                 SB/SBPro/SB16 work now in autoinit mode
  56.  
  57.         - Due to a small bug in the player, retrig, notecut, delaynote
  58.           and some other commands were not executed corrected.
  59.         - SB/SB Pro and SB16 now use autoinit mode if possible. This
  60.           gives better sound quality with less clicks.
  61.         - Bugs fixed in S3M loader (vol+tone and vol+vibr were reversed)
  62.  
  63. *** ---------------------------------------------------------------------- ***
  64.  
  65. Version 2.93    669 loader fixed                        June 2nd, 1994
  66.                 SB Pro left-right bug fixed
  67.  
  68.         - A tiny, tiny bug in 669 loader caused erronous memory allocations..
  69.         - SB Pro (and clones) should now play left and right correctly
  70.  
  71. *** ---------------------------------------------------------------------- ***
  72.  
  73. Version 2.92    New 16-bit quality mode                 May 26th, 1994
  74.  
  75.         + New! Quality mode for 16-bit cards. With the new quality mode
  76.           you can get much better dynamics with multi channel modules.
  77.           This method uses a 32-bit intermediate mixing buffer and clips
  78.           the data into 16-bit output format. Using too high volumes
  79.           will cause more clipping which degrades sound quality a bit.
  80.  
  81.           Usage: DMP -q -aXXX module
  82.  
  83.           where XXX is the gain (amplification value).
  84.           32 = normal volume
  85.           64 = 2 x normal volume
  86.           100 = 3.125 x normal volume
  87.           etc.
  88.  
  89.           Maximum usable amplification is around 700 (which means
  90.           2100% amplification, quite loud!)
  91.  
  92. *** ---------------------------------------------------------------------- ***
  93.  
  94. Version 2.91    Many bugfixes in various parts          May 23rd, 1994
  95.                 New commercial licensing system for DSMI
  96.  
  97.         * Maintenance release, lot's of bugs fixed.
  98.         * This one wasn't officially even released...
  99.  
  100. *** ---------------------------------------------------------------------- ***
  101.  
  102. Version 2.90    Better GUS compatibility                May 7th, 1994
  103.                 Loader fixes
  104.  
  105.         - GUS player now uses PC timer instead of GUS' own timer. This
  106.           will cure some problems users have had with DMP.
  107.         - Also new technique for GUS DMA download.
  108.         + Better S3M loader.
  109.         + FAR loader can now handle >64 row patterns
  110.         - Fixed the SB Pro detection bug
  111.  
  112. *** ---------------------------------------------------------------------- ***
  113.  
  114. Version 2.89    New detection routines for SB           April 3rd, 1994
  115.                 Optional DMA for GUS
  116.  
  117.         - New detection routines for SB family. These routines use
  118.           the BLASTER environment variable (if available) to detect the
  119.           presense of Sound Blaster (Pro, 16). If BLASTER is not available
  120.           the old hardware detection routines are used instead.
  121.         + You can now use either the old byte-by-byte transfer method or
  122.           the new DMA transfer. Parameter '-g' enables the non-DMA
  123.           method.
  124.         - Fixed a bug in AudioTrix Pro (and Windows Sound System) exit
  125.           routine that caused incorrect IRQ and DMA channel to be active
  126.           after exit.
  127.         * Another new Internet mail address, you can now reach me at:
  128.  
  129.                 otto.chrons@cc.tut.fi           ( easier to remember ;) )
  130.                 c142092@lehtori.cc.tut.fi
  131.                 c142092@proffa.cc.tut.fi
  132.  
  133. *** ---------------------------------------------------------------------- ***
  134.  
  135. Version 2.88    Loaders fixed                           March 20th, 1994
  136.  
  137.     - GUS DMA bugs fixed. If you had differing DMA channels for
  138.       recording and output, DMP would lock up.
  139.     - MTM and FAR loaders work now significantly better
  140.     * New Internet mail address:
  141.  
  142.         c142092@lehtori.cc.tut.fi
  143.  
  144. *** ---------------------------------------------------------------------- ***
  145.  
  146. Version 2.87    GUS bug fixes                           March 13th, 1994
  147.  
  148.     - Samples are now downloaded into GUS using DMA
  149.     - GUS player bugs fixed (skipped notes, inaccuracy)
  150.     - With PAS the DMA transfer was not stopped after exit -> slow down
  151.     * Released a 32-bit version of DMP. Check out for DMP/32
  152.  
  153. *** ---------------------------------------------------------------------- ***
  154.  
  155. Version 2.86    Bug fixes                               February 26th, 1994
  156.                 New batch features
  157.  
  158.     - Fixed the quality mode bug in 2.85 that caused lockups
  159.     + New commandline option '-X' enables quiet screen mode. In this
  160.       mode DMP writes absolutely NOTHING to the screen. Great for
  161.       batch files.
  162.     + Error level support for '-Wcmd' option. If your spawned program
  163.       returns with error level 68, DMP exits immediately. Meant to be
  164.       used within batch files...
  165.     - You now have 1 second to decide whether to play corrupted modules
  166.       or not. Press 'N' or ESC if you don't want to play the module.
  167.     - Fixed the MTM loader's heap corrupting bug.
  168.  
  169. *** ---------------------------------------------------------------------- ***
  170.  
  171. Version 2.85    Bug fixes                February 22nd, 1994
  172.  
  173.     * Skipped 2.84 because a fake version had that version number
  174.     - Fixed the division by zero bug with SB16
  175.     - Corrupted modules are now played
  176.  
  177. *** ---------------------------------------------------------------------- ***
  178.  
  179. Version 2.83    SB 44kHz mono support (SB Pro, SB 2.00)    February 14th, 1994
  180.         AudioTrix Pro support
  181.         Amplifying bug fixed
  182.  
  183.     + SB and SB Pro 44kHz support. Use -m with SB Pro to force mono.
  184.     + AudioTrix Pro support (use WSS options)
  185.       DMP -c8 -d3 -p530 module
  186.     - Lots of internal changes for better code.
  187.     - Fixed the amplifying bug (parameter -aXX)
  188.     - Another S3M volume slide bug fixed
  189.  
  190. *** ---------------------------------------------------------------------- ***
  191.  
  192. Version 2.82    Faster mixing                January 31st, 1994
  193.  
  194.     + Rewritten mixing routines are now about 25% faster on my 486/33
  195.     - PAS DMA bugs fixed (hopefully). Caused flipped L/R channels, or
  196.       noise.
  197.  
  198. *** ---------------------------------------------------------------------- ***
  199.  
  200. Version 2.81    S3M bug fixes                           January 24th, 1994
  201.         New customization options
  202.         Player bugs fixed
  203.  
  204.     - S3M volume slide bug fixed
  205.     - Pitch bending bugs fixed (mainly in S3Ms)
  206.     + New options in DMP.INI
  207.       * VGA hardware palette
  208.         - now you have total control over DMP's outlook
  209.       * Channel ID characters in instrument list
  210.         - you can easily change the IDs to digits or any other characters
  211.       Check out the DMP.INI for these two features
  212.     - some GUS bugs fixed, mainly with 14+ channel music
  213.  
  214. *** ---------------------------------------------------------------------- ***
  215.  
  216. Version 2.80    GUS bug fixes                           January 17th, 1994
  217.         25/50 row display
  218.  
  219.     - Some GUS bugs fixed: new volume table, lot less "missing" notes,
  220.       some IRQ bugs fixed
  221.     + You can now switch the screen to 25/50 lines by pressing 'Z'
  222.       Or you can use command line option '-Z25' or '-Z50'
  223.  
  224.       BTW, my birthday is on the 30th of January (I'll be 21) so if
  225.       you haven't sent the "I like DMP" card, now is the right time!
  226.  
  227. *** ---------------------------------------------------------------------- ***
  228.  
  229. Version 2.79    FAR loader                              January 2nd, 1994
  230.         Bug fixes
  231.  
  232.     + DMP now loads Farandole Composer's FAR modules
  233.     - some bugs with MOD/MTM loader fixed
  234.     - "Cmdline" in DMP.INI works now correctly
  235.  
  236.              HAPPY NEW YEAR TO ALL DMP USERS!
  237.  
  238. *** ---------------------------------------------------------------------- ***
  239.  
  240. Version 2.78    Bug fixes                               December 11th, 1993
  241.  
  242.         - Fixed a bug that caused delayed playing on some tracks (2.74-2.77)
  243.         - Added a new feature to MOD/MTM loaders to make it more
  244.           compatible with ProTracker
  245.         - Fixed the bug with multiple file archives
  246.         - Instrument numbers are now alphabets.
  247.  
  248. *** ---------------------------------------------------------------------- ***
  249.  
  250. Version 2.77    Bug fixes                               December 6th, 1993
  251.                 Monochrome screen
  252.                 Real volume bars for GUS
  253.  
  254.         - A tiny bug in GUS heap routines caused weird errors
  255.         - New volume table for GUS -> less clicks
  256.         + Real volume bars for GUS
  257.         + Monochrome screen support in DMP.INI (check it!)
  258.  
  259. *** ---------------------------------------------------------------------- ***
  260.  
  261. Version 2.76    DMP.INI                                 December 6th, 1993
  262.                 Archive support (general)
  263.                 Bug fixes
  264.  
  265.         - Some bugs with Timer Service fixed
  266.         - MTM loader bugs fixed
  267.         + DMP now has a config file: DMP.INI. Check out the descriptions
  268.           in DMP.INI for more information
  269.         + You can now play packed modules. See DMP.INI for information
  270.           on how to use your favourite packing program with DMP
  271.  
  272. *** ---------------------------------------------------------------------- ***
  273.  
  274. Version 2.75    Bug fixes                               December 3rd, 1993
  275.  
  276.         - New reset routine for GUS
  277.         - A bug in S3M loader fixed
  278.         - Many internal changes for forthcoming DSMI/32
  279.           which is a 32-bit flat model (Watcom C/C++) version of DSMI.
  280.       Already works with GUS
  281.         - Better MTM support (upto 32 channels now)
  282.  
  283. *** ---------------------------------------------------------------------- ***
  284.  
  285. Version 2.74    MTM support                             November 28th, 1993
  286.  
  287.         + DMP now loads and plays MTM modules created with MultiTracker
  288.         * I had to skip 2.73 because some lamer had done a fake 2.73 (which
  289.           didn't even work..)
  290.         - New postcard address
  291.         - LOTS of internal changes (for forthcoming DSMI/32)
  292.  
  293. *** ---------------------------------------------------------------------- ***
  294.  
  295. Version 2.72    Bug fixes                               November 13th, 1993
  296.  
  297.         - Uhh, a major bug in CDI caused crashes with other soundcards
  298.           than GUS (and maybe even with GUS)... I wonder when I learn to
  299.           test DMP propely before releasing it!
  300.         - Fixed a bug in S3M loader that caused the last instrument not
  301.           to play at all.
  302.         + Now you can use surround in your own modules too! Just use the
  303.           command 8 (normally unused) with parameter A4. If you want
  304.           regular panning, use values 0 for left, 40 for center, 80 for right.
  305.  
  306. *** ---------------------------------------------------------------------- ***
  307.  
  308. Version 2.71    Bug fixes                               November 1st, 1993
  309.  
  310.         - Samples are now loaded into GUS using the old non-DMA method.
  311.           It seemed like the DMA routine was causing most of the problems
  312.           on various machines. I have optimized the byte-by-byte downloading
  313.           function, so it doesn't take too long on slower machines either.
  314.         - Some timing bugs with GUS fixed.
  315.         + Option -Wcommand lets you immediately shell to DOS after the module
  316.           starts playing. It will also run the optional 'command'.
  317.  
  318. *** ---------------------------------------------------------------------- ***
  319.  
  320. Version 2.70    Murphy's law...                         October 10th, 1993
  321.  
  322.         - Correcting one bug creates two new bugs... GUS didn't set
  323.           the correct channel count -> too high play frequency
  324.     - Reset code should now finally work...
  325.         - 669 loader tempo bug fixed
  326.         - DMA bug with normal sound cards fixed (caused static)
  327.  
  328. *** ---------------------------------------------------------------------- ***
  329.  
  330. Version 2.69    Stereo DACs fixed (hopefully)           October 9th, 1993
  331.                 GUS reset bugs fixed
  332.  
  333.         - There was a small bug in stereo DAC code that prevented
  334.           stereo output. Now fixed.
  335.         - New reset code for GUS should get rid of those lock ups with GUS.
  336.         + New device numbers for PC Speaker/Stereo DACs (10,11 & 12)
  337.  
  338. *** ---------------------------------------------------------------------- ***
  339.  
  340. Version 2.68    Stereo DACs                             October 3rd, 1993
  341.                 Bug fixes
  342.  
  343.         - There was a serious portamento bug in 2.67 which is now fixed
  344.           (I should've tested it more carefully before releasing...)
  345.         + Support for stereo DACs. Use following options to enable
  346.           them:
  347.  
  348.           DMP -c6 -d1           <Dual DACs on LPT1 & LPT2>
  349.  
  350.           DMP -c6 -d2 -p378     <Stereo-on-1 on LPT1>
  351.  
  352.           NOTE! I haven't tested these (cause I don't own 2 Covox style
  353.           DACs or Stereo-on-1 DAC) so please report any errors/bugs
  354.           to me.
  355.         - Some internal bugs fixed
  356.  
  357. *** ---------------------------------------------------------------------- ***
  358.  
  359. Version 2.67    GUS bugs fixed                          October 3rd, 1993
  360.                 New SB16 detection routine
  361.                 Better S3M compatibility
  362.                 Channel inc/dec removed
  363.  
  364.         - Some GUS IRQ bugs were fixed.
  365.         - New SB16 detection routine reads IRQ/DMA values directly from SB16,
  366.           no guessing anymore. Test it! (I haven't!!)
  367.         - Better S3M compatibility (portamento works correctly).
  368.         - You can't increase/decrease channel count anymore, well there
  369.           is no need for it either because you won't get those cracks
  370.           with panning anymore.
  371.  
  372. *** ---------------------------------------------------------------------- ***
  373.  
  374. Version 2.66    GUS bugs fixed                          September 26th, 1993
  375.  
  376.         - DMA transfer should now work with most motherboards due to
  377.           reduced transfer speed.
  378.         - GUS is now reseted so that line output and input are enabled
  379.           (2.65 didn't enable even output!)
  380.         - Track pause and resume work with GUS
  381.         - Louder volume with GUS
  382.  
  383. *** ---------------------------------------------------------------------- ***
  384.  
  385. Version 2.65    Surround Sound!                         September 19th, 1993
  386.                 Bug fixes
  387.  
  388.         + Surround sound is implemented! Pressing the 'U' key sets a
  389.           track into surround channel. If you have a Dolby Pro Logic
  390.           Surround Sound Decoder you can hear the sound coming from
  391.           your surround speaker, but even without this decoder you
  392.           get a more "spacier" effect (similar effect found on many stereo
  393.           TVs to enhance mono sound). Use command line option -n100
  394.           to set all tracks to surround mode.
  395.           NOTE! Does not work with GUS!
  396.         - Playing with SB/SB Pro corrupted the higher part of ECX register,
  397.           now it's corrected.
  398.         - GUS loops play now "clicklessly"
  399.         - GUS' mixer settings are not altered anymore so if you have eg.
  400.           line output enabled it will stay that way.
  401.  
  402. *** ---------------------------------------------------------------------- ***
  403.  
  404. Version 2.64    Bug fixes                               September 13th, 1993
  405.  
  406.         - Fixed a bug with high DMA channels and GUS
  407.         - Small loops play now correctly
  408.  
  409. *** ---------------------------------------------------------------------- ***
  410.  
  411. Version 2.63    Bug fixes                               September 11th, 1993
  412.  
  413.         - Some clicks removed from GUS playing.
  414.         - Fixed the problem with loading samples (GUS).
  415.         - Samples are now loaded to GUS using DMA. This method gives a
  416.           faster and more solid transfer. It also reduces some clicks
  417.           caused my byte-by-byte downloader. May not like QEMM if your
  418.           DMA buffer is small.
  419.  
  420. *** ---------------------------------------------------------------------- ***
  421.  
  422. Version 2.62    GUS support, getting better!            August 29th, 1993
  423.                 Fixed a few bugs
  424.  
  425.         - GUS player seems to working very well now.. still some troubles
  426.           with loading samples after playing many modules, but I'm working
  427.           on it.
  428.         - Fixed a bug in the 669 loader
  429.  
  430. *** ---------------------------------------------------------------------- ***
  431.  
  432. Version 2.61ß   GUS support, better                     August 16th, 1993
  433.  
  434.         - Some improvements to GUS player. A lot less ultraclicks
  435.           and it should work on any GUS (hopefully!). Please report
  436.           any bugs/incompatibles via e-mail.
  437.  
  438. *** ---------------------------------------------------------------------- ***
  439.  
  440. Version 2.60ß   GUS support                             August 8th, 1993
  441.  
  442.         + GUS is now supported, somehow. I know, it's full of "UltraClicks"
  443.           and it doesn't sound right, but this is just a beta version.
  444.           If you know what could be going wrong (I know *many* things
  445.           already), please send me some e-mail about it. I try to remove
  446.           those clicks as soon as possible, but right now I just wanted
  447.           to see it working.
  448.  
  449. *** ---------------------------------------------------------------------- ***
  450.  
  451. Version 2.55    Bug fix                                 July 11th, 1993
  452.  
  453.         - Two previous versions didn't work with SB16, now fixed.
  454.         - Some little things with WSS changed...
  455.  
  456. *** ---------------------------------------------------------------------- ***
  457.  
  458. Version 2.54    Bug fixes                               June 27th, 1993
  459.  
  460.         - WSS support did not work in 2.53 because of a very small bug :(
  461.         - 2.53 REQUIRED Virtual DMA Services to work propely due to
  462.           an erronous detection routine. Now it should work fine.
  463.  
  464. *** ---------------------------------------------------------------------- ***
  465.  
  466. Version 2.53    WSS support                             June 26th, 1993
  467.                 Bug fixes
  468.                 VDS support
  469.                 Cardware
  470.  
  471.         + DMP now works with Windows Sound System and compatibles
  472.           (like Compaq BusinessAudio)
  473.         - The pause-bug in 2.52 with SBs is now fixed
  474.         + Support for Virtual DMA Services has been added, which means
  475.           that DMP should now run better under OS/2 and Windows.
  476.         * DMP is now *cardware*. If you like using DMP, please send me
  477.           a nice postcard to:
  478.  
  479.           Otto Chrons
  480.           Panssariviestikomppania
  481.           Parolan pataljoona
  482.           PL 5
  483.           SF-13701 Parolannummi
  484.           FINLAND
  485.  
  486.           Note! This address is valid until August 15th.
  487.  
  488. *** ---------------------------------------------------------------------- ***
  489.  
  490. Version 2.52    Bug fixes                               June 8th, 1993
  491.                 DMP.FAQ
  492.                 Default panning
  493.  
  494.         - lots of small bugs fixed in various routines...
  495.         + If you encounter problems with DMP, read the DMP.FAQ
  496.           as it contains Frequently Asked Questions about DMP.
  497.         + If you're using headphones with a stereo card, you might
  498.           want to use the default panning feature, which sets panning
  499.           on left and right channels closer to the middle. Use option
  500.           -nXX to enable default panning.
  501.  
  502. *** ---------------------------------------------------------------------- ***
  503.  
  504. Version 2.51    Many bugfixes                           May 28th, 1993
  505.                 New Quality mode!
  506.  
  507.         - bug fixes in EMS-, mixing- and DMA routines
  508.         + Quality mode is now better than ever! Music plays
  509.           a lot louder and is clearer too.
  510.         - No more autocalibration, because it didn't work on
  511.           some machines.
  512.  
  513. *** ---------------------------------------------------------------------- ***
  514.  
  515. Version 2.50    Bugfixes                                May 25th, 1993
  516.                 EMS support
  517.                 Autocalibration
  518.                 Utlities are gone
  519.  
  520.         - some bugs in S3M loader fixed, and no more note shifts!
  521.         - Aria support works now better.
  522.         + DMP can now utilize EMS memory for samples. So you can
  523.           play really large MODs with DMP and still have lots of
  524.           DOS memory! Option -b disables EMS usage.
  525.         + Autocalibration adjusts DMP's sampling rate to match the
  526.           REAL sampling rate of the sound card.
  527.         * GRAB.EXE, VIDEOMEM.COM and batch files for ripping S3Ms
  528.           are now history. If you want them, fetch an older version
  529.  
  530. *** ---------------------------------------------------------------------- ***
  531.  
  532. Version 2.46    Bugfixes                                May 18th, 1993
  533.                 Aria card support
  534.                 Support sites?
  535.  
  536.         + New Aria-based sound cards are now supported! You can play up
  537.           to 44.1kHz with 16-bit stereo quality!
  538.           If autodetection fails, use -c7 and other parameters...
  539.         - The portamento/vibrato/arpeggio bug in 2.45 fixed.
  540.         - Theoretically speaking, the S3M loader now converts modules
  541.           incorrectly, but in practise they sound a lot better ( a half
  542.           note shift upwards makes wonders.. :)
  543.  
  544.         * Do you have a BBS and would like to become official support
  545.           site of DMP? Read the included SUPPORT.DMP text file for
  546.           more info.
  547.  
  548. *** ---------------------------------------------------------------------- ***
  549.  
  550. Version 2.45    Full panning                            May 14th, 1993
  551.                 Monochrome support
  552.  
  553.         + DMP can now be used with monochrome screens
  554.         + On stereo card, you can now pan any channel to any position.
  555.           You might have to add new channels, if you get cracks. And
  556.           remember that using panning takes about 80% more processor
  557.           power!
  558.  
  559. *** ---------------------------------------------------------------------- ***
  560.  
  561. Version 2.44    Bugfixes                                May 12th, 1993
  562.                 PC speaker support
  563.                 DAC works better with memory managers
  564.  
  565.         - Corrupted MOD files are now played more correctly. Previously
  566.           the last instrument was not converted into unsigned format.
  567.         + You can now use DMP with PC speaker! Use parameters "-c6 -p42"
  568.           to enable speaker support.
  569.         - DAC (and speaker) work now a lot better with memory managers
  570.           such as QEMM,MAX386 and EMM386.
  571.         - Little bugfixes in S3M loader.
  572.  
  573. *** ---------------------------------------------------------------------- ***
  574.  
  575. Version 2.43    Bugfixes                                May 11th, 1993
  576.                 Channel panning
  577.                 Real volume bars
  578.  
  579.         - Fixed bugs in 669 and S3M loaders
  580.         + Channels can be panned independently with keys L,M and R. If you
  581.           get cracks in the sound, add more channels with ')'. Select channel
  582.           with up/down arrows. Try panning drums to middle, sounds great!
  583.           Of course, all this works only on stereo cards :-)
  584.         - M2AMF now converts 669 modules correctly.
  585.         + Volume bars are now calculated using the real sample data,
  586.           press 'V' to switch between new/old mode.
  587.         + SB Pro's filter is now off by default -> clearer sound
  588.  
  589. *** ---------------------------------------------------------------------- ***
  590.  
  591. Version 2.42    Bugfixes                                May 10th, 1993
  592.                 Filter switch for SB Pro
  593.                 M2AMF supports 669 and S3M
  594.                 Tempo settings
  595.  
  596.         + Now you can convert your S3M and 669 files into AMF format.
  597.         + If you want to have clearer sound on SB Pro, turn off the
  598.           filter by pressing 'F'
  599.         + You can also change the tempo module is playing by pressing
  600.           [,],{ or } keys. '[]' affect speed, and '{}' affect BPM tempo.
  601.         + Pressing '(' adds and ')' removes one channel. You should clearly
  602.           hear how this affects sound quality.
  603.         - Some bugs fixed in module loaders
  604.  
  605. *** ---------------------------------------------------------------------- ***
  606.  
  607. Version 2.41    Bugfixes                                May 9th, 1993
  608.                 New utility
  609.                 Amplifier
  610.  
  611.         - Fixed note portamento
  612.         - S3M loader is now a lot more compatible.
  613.         - Some outlook bugs fixed, like help screen and that blinking
  614.           bug after returning from DOS shell.
  615.         * VIDEOMEM is a small utility that transforms 96kB of video
  616.           memory into conventional memory, so you can play bigger
  617.           modules with DMP. Works with other non-graphic software, too.
  618.         + You can now amplify playing with command line switch -a.
  619.           Normal value is 31, but be aware that amplifying may cause
  620.           some nasty cracks if volume goes too high. But amplifying
  621.           is helpful if you're playing 8+ channel MODs on 8-bit cards.
  622.  
  623. *** ---------------------------------------------------------------------- ***
  624.  
  625. Version 2.40    Bugfixes                                May 7th, 1993
  626.                 Scream Tracker 3.0 support
  627.                 Composer 669 support
  628.                 New outlook
  629.  
  630.         - Some bugs with DMA fixed (again :-) )
  631.         + Now you can play S3M modules. Three batch files included
  632.           for easy extraction of modules from Future Crew's demos.
  633.           *NOTE! Not all S3M commands are implemented.
  634.         + You can also play 669 format modules, if they fit into memory :)
  635.         - A small bug in STM loader fixed.
  636.         + Little changes in outlook.. You may have to use 50 line mode
  637.           if you want to see all the instruments in some modules
  638.  
  639. *** ---------------------------------------------------------------------- ***
  640.  
  641. Version 2.34    Bugfixes                                April 20th, 1993
  642.                 Mailing list
  643.  
  644.         - Bugs with DMA fixed.
  645.         + DMP now returns an errorlevel of 1 if exited via ESC and
  646.           0 on normal exit (only if looping is disabled).
  647.         * If you want to get new DMP automatically and have Internet
  648.           access, you can join DMP mailing list. Just send a message
  649.           to listserv@oliver.sun.ac.za with following message body
  650.  
  651.           subscribe DMP-LIST Your Name
  652.  
  653.           After joining, you will receive new DMP releases right into
  654.           your own mailbox.
  655.  
  656. *** ---------------------------------------------------------------------- ***
  657.  
  658. Version 2.33    Bugfixes                                April 14th, 1993
  659.  
  660.         - A bug in Retrig command (only in 2.32) was fixed
  661.         - Now the 8-channel FastTracker MODs play OK, previously
  662.           there were problems with channels 7 and 8.
  663.         - False Windows detection corrected (occured if you had an
  664.           environment string "WINDIR")
  665.         * And remember: DSMI IS AVAILABLE!
  666.  
  667. *** ---------------------------------------------------------------------- ***
  668.  
  669. Version 2.32    Bugfixes                                April 9th, 1993
  670.                 New features
  671.  
  672.         - A bug with Tremor command fixed
  673.         + Now you can disable ProTracker extended tempos for those
  674.           old modules (switch '-e')
  675.         - Some problems with 8-bit DMA in Pro Audio Spectrum 16 fixed
  676.  
  677. *** ---------------------------------------------------------------------- ***
  678.  
  679. Version 2.31    Bugfixes                                March 16th, 1993
  680.                 New features
  681.                 * DSMI IS AVAILABLE *
  682.  
  683.         - Some bugs with false PAS detections are now fixed
  684.         + You can shell to DOS with Covox, up to 64kHz!!
  685.         * DSMI is finally available! Read the README file for
  686.           additional info...
  687.  
  688. *** ---------------------------------------------------------------------- ***
  689.  
  690. Version 2.30    Bugfixes                                March 6th, 1993
  691.                 Covox support is back!
  692.                 Faster
  693.  
  694.         - DMP 2.20 failed to load any 15 instrument MODs. Now fixed.
  695.         + Support for Covox. Use parameters '-c6' and '-p' to enable
  696.           Covox (DAC) support at any port address. See revision entry
  697.           for 1.41 for additional info... Covox supports rates up to
  698.           44kHz.
  699.           NOTE: Covox support doesn't work well if you have a memory
  700.           manager like EMM386 or QEMM386 installed.
  701.         + On a 386SX (or other non-cached 386) DMP should be about 10%
  702.           faster :)
  703.         * Thanks for Pieter Immelman for helping out with UNIX
  704.           mail-listserver for DSMI/DMP
  705.  
  706. *** ---------------------------------------------------------------------- ***
  707.  
  708. Version 2.20    Bugfixes                                March 4th, 1993
  709.                 New features
  710.  
  711.         - Some internal bugs fixed...
  712.         + Support for 6 and 8 channel FastTracker MODs
  713.         + You can now use an envrionment variable DMP to specify often
  714.           used command line arguments, for example:
  715.           SET DMP=-s30 -m -o
  716.         + Volume can be changed with + and -
  717.         - UMB support is gone :-( Use PMP (Protected Module Player) to
  718.           play REALLY large modules
  719.         * Changed the method for detecting Pro Audio Spectrum cards.
  720.           Please test on PAS and PAS+
  721.  
  722. *** ---------------------------------------------------------------------- ***
  723.  
  724. Version 2.11    MOD loader bugfix                       February 22nd, 1993
  725.  
  726.         - Some MODs used highly NON-STANDARD period values, so the
  727.           change I made in version 2.02 caused erranous loading. Now
  728.           the loader should handle any MOD.
  729.  
  730. *** ---------------------------------------------------------------------- ***
  731.  
  732. Version 2.10    ProTracker tempo support                February 21st, 1993
  733.  
  734.         + Support for ProTracker's extended tempos has been added.
  735.           Both regular and ProTracker-tempo (in BPM) are now shown on
  736.           screen.
  737.         - Some minor bugfixes.
  738.  
  739. *** ---------------------------------------------------------------------- ***
  740.  
  741. Version 2.02    Bugfixes                                February 15th, 1993
  742.  
  743.         - Bug in the MOD loader caused erranous volumes when instrument
  744.           changed.
  745.         - When using a 16-bit soundcard, DMP could cause machine lock-up
  746.           if a 386-program was run in DOS shell. Now it won't.
  747.         - Help screen showed wrong information about '-u' switch
  748.  
  749. *** ---------------------------------------------------------------------- ***
  750.  
  751. Version 2.01    UMB support defaults to DISABLED        February 9th, 1993
  752.                 Bugfix
  753.  
  754.         - Because of the many reports of memory problems with UMB
  755.           options, it now is disabled by default.
  756.           Use '-u' to ENABLE it, previously that switch DISABLED it!
  757.         - Pausing module with 'P' caused computer to lock up with
  758.           a SB Pro. Now it's fixed.
  759.  
  760. *** ---------------------------------------------------------------------- ***
  761.  
  762. Version 2.0     DMPMT and DMP combined into one .EXE    February 7th, 1993
  763.  
  764.         * DMPMT no longer exist as a separate executable as it's
  765.           functionality has been embedded into DMP.EXE. DMP now
  766.           automatically detects DesqView and Windows and changes
  767.           to DMPMT mode if either is detected. You can also force
  768.           DMPMT mode with '-t' parameter which also accepts
  769.           buffer size like '-t30000'.
  770.  
  771. *** ---------------------------------------------------------------------- ***
  772.  
  773. Version 1.95    UMB support                             February 6th, 1993
  774.  
  775.         + DMP fully utilizes all available upper memory. Now you have
  776.           more memory available in DOS shell and you can also load
  777.           bigger modules.
  778.  
  779. *** ---------------------------------------------------------------------- ***
  780.  
  781. Version 1.91ß   MOD loader bug fix                      February 5th, 1993
  782.  
  783.         - A bug in the module loader, caused infinite loops if trying
  784.           to load a corrupted module. Now DMP prompts wheather or not
  785.           to play the module.
  786.  
  787. *** ---------------------------------------------------------------------- ***
  788.  
  789. Version 1.90ß   Support for SB16, PAS+ and PAS16        February 3rd, 1993
  790.                 Many bugs fixed
  791.                 386 support
  792.  
  793.         + 386 instruction set is now fully utilized. Which means that DMP
  794.           won't run on a 286 anymore.
  795.         + DMP is now the only module player capable of playing modules
  796.           with 16-bit accuracy. On a SB16 or PAS16 DMP uses a new mixing
  797.           routine that calculates at 16 bits. This gives you a lot clearer
  798.           sound. Also a new mode, Quality mode, is introduced for 8-bit
  799.           cards.
  800.         + DMP is now a lot faster...
  801.         - Numerous bugs were fixed. Can't remember what bugs, though. :-)
  802.         - Support for DACs is removed, because of non-functionality.
  803.         - No more blue backgrounds after exiting (this wasn't a bug, but
  804.           some people didn't like it...)
  805.         ! Special thanks to Pirkka Palosaari for lending his SB16 ASP.
  806.  
  807. *** ---------------------------------------------------------------------- ***
  808.  
  809. Version 1.41    DAC support                             December 2nd, 1992
  810.  
  811.         + Added support for general DACs. Try port value 378 (LPT1)
  812.           If you want to have fun, use port values 3C9,3C0,3C2,61
  813.           (BTW, it took about two hours to add support for DACs... :-)
  814.  
  815. *** ---------------------------------------------------------------------- ***
  816.  
  817. Version 1.4     8-channel support                       December 2nd, 1992
  818.  
  819.         + StarTrekker 8-channel MODs are now supported. If you have
  820.           information about other 8+ channel formats, please send it to me.
  821.         + Some internal changes to ease the way to Covox support in upcoming
  822.           versions...
  823.  
  824. *** ---------------------------------------------------------------------- ***
  825.  
  826. Version 1.35    New features                            November 26th, 1992
  827.                 Bug fixes
  828.  
  829.         - Improved compatibility with MODs.
  830.         + Now you can go backwards and forwards in the module.
  831.         + New commandline option to supress modules looping. Great for
  832.           BATs.
  833.  
  834. *** ---------------------------------------------------------------------- ***
  835.  
  836. Version 1.34    Bug fixes                               November 23rd, 1992
  837.  
  838.         - Fixed a bug in arpeggio command
  839.         - There was a serious bug with SB Pro when playing at >20KHz
  840.           (only in version 1.32 & 1.33). Now fixed.
  841.  
  842. *** ---------------------------------------------------------------------- ***
  843.  
  844. Version 1.33    Bug fixes                               November 16th, 1992
  845.  
  846.         - Fixed the fine tune. Old versions played worse than versions
  847.           without fine tune! Remember to reconvert AMF modules with invalid
  848.           fine tunes.
  849.         - Also fixed a bug in portamento command.
  850.  
  851. *** ---------------------------------------------------------------------- ***
  852.  
  853. Version 1.32    Faster!                                 November 15th, 1992
  854.                 New feature
  855.  
  856.         + DMP is now faster than ever... just believe me!
  857.         + I've added "the-most-wanted-feature": pattern jump!!!
  858.           Just press B to break to next pattern...
  859.         - I might have fixed some bugs too, don't know for sure though....
  860.  
  861. *** ---------------------------------------------------------------------- ***
  862.  
  863. Version 1.31    Bug fixes                               November 2nd, 1992
  864.  
  865.         - Fixed a bug in AMF converter/loader. DELETE YOUR OLD AMF FILES!!!
  866.         - Some incompatibles in MOD loader fixed.
  867.  
  868. *** ---------------------------------------------------------------------- ***
  869.  
  870. Version 1.3     Enhancements                            October 21st, 1992
  871.                 Bug fix
  872.                 New file format AMF
  873.  
  874.         + Support for more octaves (0-4) in MODs, because some PC MOD-editors
  875.           (notably ModEd) support these octaves.
  876.         + Now DMP also loads StarTrecker modules
  877.         + DMP now supports AMF modules and includes a program to convert
  878.           STM or MOD formats into AMF.
  879.         * You can reach me through the Internet! Address is:
  880.           c142092@cc.tut.fi
  881.         - Fixed a memory trashing bug
  882.  
  883. *** ---------------------------------------------------------------------- ***
  884.  
  885. Version 1.24    Bug fixes                               October 14th, 1992
  886.  
  887.         - There was a killer bug that prevented SB Pro mode from functioning
  888.           correctly. Now SB Pro owners can find a big improvement in sound
  889.           quality!
  890.  
  891. *** ---------------------------------------------------------------------- ***
  892.  
  893. Version 1.23    New features                            October 4th, 1992
  894.  
  895.         + The playing order of modules can now be scrambled with commandline
  896.           option '/O'.
  897.  
  898. *** ---------------------------------------------------------------------- ***
  899.  
  900. Version 1.22    Bug fix                                 October 3rd, 1992
  901.  
  902.         - Now DMP shows the real sample rate which may differ from
  903.           what user required, but only a little :-)
  904.  
  905. *** ---------------------------------------------------------------------- ***
  906.  
  907. Version 1.21    Bug fix                                 September 29th, 1992
  908.  
  909.         - A bug in tempo command made some modules play REAL SLOW!
  910.           I hope I have now fixed it.
  911.         + I forgot to change the version number in 1.2 :-)
  912.  
  913. *** ---------------------------------------------------------------------- ***
  914.  
  915. Version 1.2     New player for DesqView                 September 28th, 1992
  916.  
  917.         + A player especially designed for DesqView is now included.
  918.           Its name is DMPMT (DMP for MultiTaskers)
  919.         - There was a bug in the DMA routine.. Only in the 1.12 version. Fixed
  920.  
  921. *** ---------------------------------------------------------------------- ***
  922.  
  923. Version 1.12    Internal Changes                        September 28th, 1992
  924.                 Bugfixes
  925.  
  926.         + All sound output handling goes through SDI now,
  927.           (SDI = Sound Device Interface) which allows me to add support
  928.           for new sound cards easily by writing a new SDI!!
  929.         - There was a killer bug in the buffer calculation routine, but
  930.           it only occured under very specific conditions. Finally fixed!
  931.  
  932. *** ---------------------------------------------------------------------- ***
  933.  
  934. Version 1.11    Bug fixes                               September 27th, 1992
  935.  
  936.         - Pressing F10 changed volume to 57 not 64 as I intended. Fixed.
  937.         + DMP now shows the current volume and sampling rate
  938.  
  939. *** ---------------------------------------------------------------------- ***
  940.  
  941. Version 1.1     New features                            September 26th, 1992
  942.                 Bugfixes
  943.  
  944.         + Function keys F1 - F10 change the overall volume.
  945.         + SB Pro mixer's status is restored before exiting.
  946.         + New command line option "/C" allows SB Pro users to play modules
  947.           in SB (mono) mode.
  948.         - Retrig command with value of 0 caused a division error. Fixed.
  949.         - Now volumes greater than 64 are converted to 64.
  950.  
  951. *** ---------------------------------------------------------------------- ***
  952.  
  953. Version 1.08    Bugfixes                                September 23rd, 1992
  954.  
  955.         - Help screen stays on screen until keypress.
  956.         - Some minor bugs fixed
  957.         + Many internal changes (don't affect playing)
  958.  
  959. *** ---------------------------------------------------------------------- ***
  960.  
  961. Version 1.07    Instrument list                         September 6th, 1992
  962.                 Bugfixes
  963.  
  964.         - STMs and MODs are now played exactly the same, so
  965.           original Scream Tracker modules play a little bit too
  966.           fast.
  967.         + Instrument list!
  968.         + Better DesqView compatibility (DMP asks DV for screen address)
  969.  
  970. *** ---------------------------------------------------------------------- ***
  971.  
  972. Version 1.06    Bugfixes                                August 31st, 1992
  973.  
  974.         - MOD files are now played at the right speed and frequency
  975.           They were played too high previously.
  976.         + DMP is also a little bit faster!
  977.  
  978. *** ---------------------------------------------------------------------- ***
  979.  
  980. Version 1.05    Bugfixes                                August 30th, 1992
  981.  
  982.         - many volume oriented bugs are now fixed in the Amiga module
  983.           loader
  984.         - Amiga modules are now played at right speed
  985.         - total pattern count shows now the correct value
  986.  
  987. *** ---------------------------------------------------------------------- ***
  988.  
  989. Version 1.04    Plastic surgery                         August 29th, 1992
  990.  
  991.         + DMP's screen has changed a little.. :-)
  992.  
  993. *** ---------------------------------------------------------------------- ***
  994.  
  995. Version 1.03    New module commands                     August 28th, 1992
  996.                 Bugfixes
  997.  
  998.         - when a fatal disk error occured, the error message
  999.           was shown off-screen. Now it shows on the screen.
  1000.         + Following module commands are now supported:
  1001.                 Set sample offset       (0x9)
  1002.                 Fine volume             (0xEA,0xEB)
  1003.                 Fine portamento         (0xE1,0xE2)
  1004.  
  1005. *** ---------------------------------------------------------------------- ***
  1006.  
  1007. Version 1.02    Bugfixes                                August 21st, 1992
  1008.  
  1009.         - when module was paused, pressing keys 1-4 played the rest of the
  1010.           sample. Now this can't happen.
  1011.  
  1012. *** ---------------------------------------------------------------------- ***
  1013.  
  1014. Version 1.01    Bugfixes                                August 17th, 1992
  1015.  
  1016.         - corrected the bug in the file search routine, DMP will not try
  1017.           to load a non-existent module anymore!
  1018.         - a bug in the volume table caused cracks in voice. Corrected.
  1019.         + DMA-buffer's size reduced to 1024 (2048 before) so that
  1020.           notes on-screen would better match the playing voice.
  1021.  
  1022. *** ---------------------------------------------------------------------- ***
  1023.  
  1024. Version 1.00    First release                           August 12th, 1992
  1025.  
  1026.         - support for SB & SB Pro (stereo)
  1027.         - loads both STM & MOD formats
  1028.         - DOS shell
  1029.  
  1030.